home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / updshe.zip / UPDSHELL.DOC < prev   
Text File  |  1991-03-14  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.           Here is how I update the shells on the user workstations, running
  9.           Netware 286 2.1x.
  10.  
  11.           The first step, which must be performed on each workstation
  12.           (hopefully only once), is to alter the AUTOEXEC.BAT file to
  13.           contain the following lines:
  14.  
  15.           SET NETSTYPE=SMCX ; I use SMCX for SMC-type 8-bit ARCNet
  16.           SET NETSLOC=C:\NETWORK\ ; points to where the shell files are
  17.                                    (must have trailing backslash)
  18.  
  19.           The system login script contains the line:
  20.  
  21.           #COMMAND /E:1024 /C Z:SHELLS\UPDSHELL
  22.  
  23.           which executes the batch file UPDSHELL.BAT in SYS:PUBLIC\SHELLS.
  24.           This batch file looks for a flag file with a particular
  25.           extension.  If it does not find it, then it copies into place an
  26.           appropriate flag file, as well as the shell files for the card
  27.           specified in NETSTYPE.
  28.  
  29.           When you update a shell, copy it into the appropriate
  30.           subdirectory of SYS:PUBLIC\SHELLS and update the UPDSHELL.BAT
  31.           file to look for a different flag file (I use ascending numbers).
  32.  
  33.           It should all be fairly self-explanatory.  Check the NDIR.OUT
  34.           file for the structure of my setup.
  35.  
  36.           Michael Keller, N5RDV
  37.           76166,2654
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.